home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6035 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  973 b 

  1. Path: news.magg.net!news
  2. From: n4mwd@magg.net (Dennis Hawkins)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: String Encryption
  5. Date: Thu, 22 Feb 1996 07:37:57 GMT
  6. Organization: M.A.G. Information Services (MAGG.NET)
  7. Message-ID: <4gh331$26s@dopey.magg.net>
  8. References: <1996Feb21.101532.15110@es.dupont.com>
  9. NNTP-Posting-Host: wpb-108.magg.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Malcolm Smart <MALCOLM.SMART@CONOCO.DUPONT.COM> wrote:
  13.  
  14. >Hi
  15.  
  16. >Has anybody out there got any small routines that I can apply to strings 
  17. >which will effectively encrypt them (and decrypt!).  It's not a matter of 
  18. >state security so it doesn't have to be that secure, just make it 
  19. >unreadable.  I've tried XORing but that throws back control characters 
  20. >which, for some reason, the client doesn't want.  He wants alphanumeric 
  21. >characters only in the encrypted file.
  22.  
  23. Why not convert the XOR'ed string into HEX representations or other
  24. alphanumeric representation?
  25.  
  26.  
  27.  
  28. Dennis Hawkins
  29. n4mwd@amsat.org
  30.  
  31.